Click or drag to resize

Body Class

Represents the actual body content of a message.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeBody

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Body

The Body type exposes the following members.

Constructors
  NameDescription
Public methodBody
Initializes a new instance of the Body class.
Public methodBody(String)
Initializes a new instance of the Body class.
Public methodBody(BodyType)
Initializes a new instance of the Body class.
Public methodBody(String, BodyType)
Initializes a new instance of the Body class.
Public methodBody(String, BodyType, Boolean)
Initializes a new instance of the Body class.
Top
Properties
  NameDescription
Public propertyIsTruncated
Public propertyText
Converts all bodies to plain text.
Public propertyType
Describes how the item body is stored in the item.
Top
Methods
See Also